home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 October / Software of the Month - Ultimate Collection Shareware 277.iso / pc / PROGRAMS / UTILITY / WINLINUX / DATA1.CAB / programs_-_gtk / NEWS.{_B < prev    next >
Text File  |  1999-09-17  |  15KB  |  352 lines

  1. Overview of Changes in GTK+ 1.2.3:
  2.  
  3. * Upgrade to libtool 1.3
  4. * Check for dgettext (for systems with old versions of GNU Gettext)
  5. * Many bug fixes (see ChangeLog for details)
  6.  
  7. Overview of Changes in GTK+ 1.2.2:
  8.  
  9. * Improved Dnd behaviour with Motif applications.
  10. * Bug fixes for the Gtk selection code.
  11. * Minor bug fixes to the Gdk Atom cache and Dnd code (with --display option).
  12. * Bug fixes and leak plugs for the Gdk IM code.
  13. * Added gtk_object_get() facility to retrive object arguments easily.
  14.   The var args list expects ("arg-name", &value) pairs.
  15. * Fixed mapping for GdkInputCondition<->GIOCondition, this should fix
  16.   problems where closed pipes were no longer signalling GDK_INPUT_READ on
  17.   systems with a native poll().
  18. * Some cleanups to GtkLabel's memory allocation code (shouldn't leak memory
  19.   anymore).
  20. * We don't attempt to lookup xpm color "None" anymore, this should prevent
  21.   eXodus (commercial X windows server) from popping up a color dialog every
  22.   time a transparent pixmap is created.
  23. * Fixed bug where Gtk timout/idle handlers would execute without the global
  24.   Gdk lock being held.
  25. * Other minor bug fixes.
  26.  
  27. Overview of Changes in GTK+ 1.2.1:
  28.  
  29. * Many Bug fixes have been applied to the menu and accelerator code.
  30. * GtkItemFactory can "adopt" foreign menu items now and manage their
  31.   accelerator installation. This is often required to get GtkItemFactory
  32.   like accelerator propagation between different windows with the same
  33.   menu heirarchy and for centralized parsing and saving of accelerators.
  34. * GtkCList/GtkCTree buttons should always display correctly now.
  35. * Miscellaneous other bug fixes.
  36.  
  37. What's New in GTK+ 1.2.0 (since 1.0.x):
  38.  
  39. * New widgets: GtkFontSelector, GtkPacker, GtkItemFactory, GtkCTree,
  40.   GtkInvisible, GtkCalendar, GtkLayout, GtkPlug, GtkSocket
  41. * Many new features and robustness for existing widgets
  42. * Theme support
  43. * New DND implementation
  44. * Internationalization of standard dialogs
  45. * New key binding system
  46. * Tearoff menus and menu accelerators
  47. * Wide character support for entry and text
  48. * Resizing code has been overhauled
  49. * Queued redraws of partial areas
  50. * Far better support for object arguments
  51. * Speed optimizations
  52. * Runtime loading of dynamic modules
  53. * Support for GLib log domains
  54. * Tutorial improvements
  55. * A bug fix or two
  56.  
  57. Overview of Changes in GTK+ 1.1.16:
  58.  
  59. * Major fixes and improvements for handlebox
  60. * A change to the way widget->requisition works. Now,
  61.   widget->requisition is always what the widget requested,
  62.   unmodified by the usize. See Changes-1.2.txt for details.
  63.   This correct various bugs with gtk_widget_set_usize().
  64. * Fixes for XIM on X11R5 systems
  65. * Don't allow cut-and-paste of text in password-style entries
  66. * --enable-debug is now on by default for the development releaes.
  67.   (When compiling for "production", use --enable-debug=minimum)
  68. * Handle systems where Helvetica is not present more gracefully
  69. * Fixes for memory leaks
  70. * CList and CTree fixes
  71. * Bug fixes for drawing problems. 
  72. * Miscellaneous bug fixes to GtkLabel, GtkCList, GtkCTree,
  73.   GtkColorsel, Focusing, DND
  74. * Tutorial improvements
  75.  
  76. Overview of Changes in GTK+ 1.1.15:
  77.  
  78. * Tutorial Updates
  79. * Added --libs gthread to gtk-config 
  80. * Bug fixes
  81.  
  82. What is new in GTK+ 1.1.14:
  83.  
  84. * Additions to docs/Changes-1.2.txt
  85. * Just warn when loading theme engine fails
  86. * CLAMP GtkScale digits to a meaningful range
  87. * GTK_LOCALDIR is now defined in a better fashion
  88. * New functions (feature freeze, we know...):
  89.     gtk_menu_set_title()
  90.     gtk_toggle_button_get_active()
  91. * Some locale fixups in gtkrc code
  92. * Fixes to make gtk_radio_button_set_group() keep only
  93.   one radio button in the group active
  94. * Foreign windows are now always treated as viewable; this fixes
  95.   a problem where updating didn't occure properly in GtkPlug
  96. * DND fixes for 64 bit architectures, and for specifying operations 
  97.   with modifier keys.
  98. * Major revisions to GtkLayout: avoid having to create window
  99.   for NO_WINDOW children, adjust allocations of children as 
  100.   scrolled so queued draws work, and a resize is queued instead
  101.   of allocating directly in a put() or move()
  102.  
  103. What is new in GTK+ 1.1.13:
  104.  
  105. * Dnd and selection bug fixes and memory purification.
  106. * Widget sensitivity fixups.
  107. * Tooltips windows are now named "gtk-tooltips" so rc file rules
  108.   can match tooltips windows. Fixed interaction of tooltips and NO_WINDOW
  109.   widgets.
  110. * Spin buttons now update their values upon value retrival.
  111. * Overhaul of the resizing vs. redrawing logic to reduce redrawing needs
  112.   a lot. Gtk makes full use of the draw_area coalescing code now, which
  113.   got minorly improved as well.
  114. * Containers map their Gdk windows after their children now to reduce
  115.   expose event generation.
  116. * Gdk event queue fixups, this solves the double-click problems people were
  117.   recently having.
  118. * Account for the fact that GSource's are only properly reentrant from
  119.   within dispatch(), thus we don't do Gdk event processing from within
  120.   check() or prepare() anymore.
  121. * Rc files feature a bg_pixmap value of "<none>" now.
  122. * Improved session management support in Gdk.  
  123. * Automatic disabling of NLS if no gettext is found should work now.
  124. * Removed deprecated functions, docs/Changes-1.2.txt gives an overview.
  125. * Gtk+ development now requires GNU autoconf 2.13, GNU automake 1.4
  126.   and GNU libtool 1.2d.
  127. * More bug fixes all over the place.
  128.  
  129. What is new in GTK+ 1.1.12:
  130.  
  131. * Korean translation added
  132. * Fixed memory leaks
  133. * A few other bug fixes
  134.  
  135. What is new in GTK+ 1.1.11:
  136.  
  137. * Dutch, Japanese, Swedish, Polish, and Norwegian translations
  138. * Removed deprecated _interp variants: gtk_container_foreach_interp, 
  139.   gtk_idle_add_interp, gtk_timeout_add_interp, gtk_signal_connect_interp
  140. * Lots of cast corrections
  141. * Many fixes 
  142.  
  143. What is new in GTK+ 1.1.9:
  144.  
  145. * Check for broken glibc 2.0 mb functions and avoid them
  146. * Label and Entry display fixes 
  147. * Move main thread back to GDK, for locking when translating events
  148. * Bug fixes
  149.  
  150. What is new in GTK+ 1.1.8:
  151.  
  152. * Added support for gettext and the localization of the standard
  153.   dialogs.
  154. * Added line-wrapping for the label, and JUSTIFY_FILL
  155. * Support reordering via drag and drop in  CList and CTree.
  156. * Replaced GtkDrawWindow widget with a GTK_USER_DRAW flag
  157. * Extended gtkpaned API to support minimum sizes and proportional
  158.   resizing.
  159. * Changed the handling of shared memory segments so as to 
  160.   remove the need for GTK+ to set up signal handlers.
  161. * Re-implemented event loop in terms of the event loop
  162.   that has been added to GLib 1.1.8
  163. * Added 'grab_focus' signal to allow keyboard accelerators
  164.   for entries.
  165. * Load locale specific RC files if present.
  166. * Bug fixes.
  167.  
  168. What is new in GTK+ 1.1.7:
  169.  
  170. * Fixed memory mis-allocation in default files code
  171. * Various event handling fixes
  172. * Wide character support for entry and text
  173. * Destroy widgets _after_ propagating unrealize signals through 
  174.   widget heirarchy
  175. * Only build XIM-support if available
  176. * Tutorial and examples updates
  177. * Added gtk_drag_source_unset()
  178.  
  179. What is new in GTK+ 1.1.6:
  180.  
  181. * The signal system now features emission hooks whith special semantics,
  182.   refer to the ChangeLog for this.
  183. * Minor? speedups and memory reductions to the emission handling of the
  184.   signal system.
  185. * _interp() function variants are deprecated now. the corresponding *_full()
  186.   variants are provided for a long time now.
  187. * Dnd abort timeout increased to 10 minutes.
  188. * GtkScrolledWindow inherits from GtkBin now.
  189. * GTK_POLICY_NEVER is implemented for scrolled windows now.
  190. * Lots of API clean ups.
  191. * Incremental freezing abilities.
  192. * Integrated widgets from the GNOME tree: GtkLayout, GtkPlug and GtkSocket.
  193. * New window functions for transient relationship, default size, and 
  194.   geometry hints
  195. * Default rc files are now read in (<sysconfdir/etc/gtkrc and ~/.gtkrc)
  196.   GTK_RC_FILES environment variable and functions are provided to configure
  197.   this behavior
  198. * Read doc/Changes-1.2.txt to properly adapt your code.
  199. * Bug Fixes.
  200.  
  201. What is new in GTK+ 1.1.5:
  202.  
  203. * Theme integration
  204. * Widget style modification is now handled through GtkRcStyles
  205. * GtkPixmaps now grey out pixmaps when insensitive
  206. * Notebook enhancements
  207. * Shadow configurability for menubars and handleboxes
  208. * DND enhancements
  209. * gtkfilesel now supports automounters better
  210. * Implementation of expose compression
  211. * Queued redraws of partial areas
  212. * Scrolledwindow (+Viewport) source incompatibilities, children that are added
  213.   to a scrolled window don't get an automatic viewport anymore. a convenience
  214.   function gtk_scrolled_window_add_with_viewport() is suplied for this task
  215. * Deprecated functions will now issue a message, informing the programmer about
  216.   the use of this function. These functions will get removed in future versions
  217. * Non-functional functions got removed entirely
  218. * gtk_widget_new() and gtk_object_new() will now auto-construct new objects.
  219.   A new function gtk_object_default_construct() is provided now which should
  220.   be called after every gtk_type_new() to perfom the auto-construction
  221. * Improved argument support of several widgets
  222. * Bug Fixes
  223.  
  224. What is new in GTK+ 1.1.3:
  225.  
  226. * GtkCList/GtkCTree now have the ability to:
  227.     - hide/show individual columns
  228.     - disable/enable column resizing
  229.     - set min and max for column widths
  230.     - set expander style of the ctree
  231.     - set/get row and cell styles
  232.     - set spacing between tree expander and cell contents in ctree
  233.     - toggle auto_resize for columns
  234. * Must enhanced DND support, removed old DND code
  235. * Idle functions are now implemented via GHook, giving a slight speed
  236.   improvement
  237. * An environment variable GTK_MODULES which takes a colon seperated
  238.   list of module names GTK+ will now automatically load at gtk_init() startup
  239. * GtkFontSel now has support for an extra 'base' filter
  240. * New function gdk_window_set_root_origin to get the real geometry taking
  241.   into account window manager offsets
  242. * New function gtk_text_set_line_wrap to toggle line wrapping
  243. * New function gtk_widget_add_events which safely adds additional
  244.   events to a widget's event mask
  245. * New function gdk_event_get_time to get the timestamp from a generic
  246.   event
  247. * New widget GtkCalendar
  248. * New widget GtkInvisible - InputOnly offscreen windows used for reliable
  249.   pointer grabs and selection handling in DND code
  250. * New functions gtk_object_remove_no_notify[_by_id] to remove a certain
  251.   data portion without invokation of its destroy notifier 
  252. * gtk_spin_button_construct is now deprecated, use gtk_spin_button_configure
  253.   instead 
  254. * gtk_clist_set_border is now deprecated, use gtk_clist_set_shadow_type 
  255.   instead
  256. * Removed functions gtk_object_set_data_destroy[_by_id] 
  257. * Documentation additions/updates 
  258. * HTML and plain text files are now included in the distribution
  259. * Bug fixes, typeness corrections, and general fixups
  260.  
  261. What is new in GTK+ 1.1.2:
  262.  
  263. * Gtk+ is now featuring runtime loading of dynamic modules via the
  264.   --gtk-modules= command line switch. such modules have to export a
  265.   G_MODULE_EXPORT void gtk_module_init (gint *argc, gchar ***argv);
  266.   function which will be invoked to initialize the module. since such
  267.   modules may create new widget types, they are always resident.
  268. * The tutorial has been updated again.
  269. * Changes to menus including tearoff menus and accelerators.
  270. * Better support for modal dialogs.
  271. * Removed CAN_FOCUS by default from scrollbars and button children of toolbar.
  272. * More improvements and fixes for GtkCList and GtkCTree (i.e. row sorting).
  273. * GtkCTree rows can be unselectable now.
  274. * The GtkCTree API has undergone major renames (see ChangeLog entry from Lars
  275.   Hamann on Tue Aug 18 00:29:13 1998).
  276. * A bunch of varargs functions changed to get va_lists working on systems that
  277.   implement va_lists as arrays.
  278. * Improvements to the gdkrgb code.
  279. * Improvements to Gdk color handling so we greatly reduce server traffic and
  280.   don't leak colors anymore.
  281. * Improved internal widget tree iterators (the GtkContainer::foreach signal
  282.   vanished because of this).
  283. * Option menus can have the keyboard focus now.
  284. * More fixups to the text widget.
  285. * GtkFileSelection should behave much more nicely in combination with AFS now.
  286. * Support for label underlining.
  287. * Support for GLib 1.1.3 log domains.
  288. * Documentation improvements.
  289. * Configuration fixes on various platforms.
  290. * Miscellaneous fixes to XInput support.
  291. * Build with shared library dependencies on Linux
  292. * Fix for a major bug in the type systems memory allocation code that could
  293.   cause random crashes.
  294. * Libtool update to version 1.2b.
  295. * Lots of bugfixes and cleanups again ;)
  296.  
  297.  
  298. What is new in GTK+ 1.1.1:
  299.  
  300. * Tutorial updates and additions.
  301. * Key binding support for GtkListItems and GtkList.
  302. * Extended selection mode and autoscrolling for GtkLists.
  303. * A GtkCtree now operates on GtkCTreeNode* structures rather than GList*.
  304. * GtkCTreeNodes can now be created from GNode trees.
  305. * Bug fixes for GtkNotebook, GtkCList, GtkCombo and GdkWindow reparentation.
  306.  
  307.  
  308. What is new in GTK+ 1.1.0:
  309.  
  310. * New widget GtkFontSelector.
  311. * New featurefull progress bar.
  312. * New container widget GtkPacker.
  313. * New object GtkItemFactory, GtkMenuFactory is deprecated.
  314. * New key binding system, configurable via rcfiles, similar to styles.
  315. * New widget GtkCTree with drag selections and keyboard movement and
  316.   and horizontal scrolling. Features also implemented for GtkCList.
  317. * Significant speedups to widget creation and destruction through caching
  318.   colormap and visual queries to the XServer.
  319. * Speedups for type creation and especially gtk_type_is_a() checks.
  320. * Speedups in signal lookup, creation and emissions and connection handling.
  321. * Minor speedups with object data allocation and destruction.
  322. * Additions to the signal handling API (e.g. *_emitv).
  323. * Support for rc-file reparsing.
  324. * Resizing logic is now implemented on container widget basis, rather than
  325.   for toplevel GtkWindows only.
  326. * Buttons support relief styles now.
  327. * Some widgets are now allocated through memchunks to behave more memory wise.
  328. * Newly included file gtkfeatures.h which defines compatibility macros to
  329.   test for certain API features upon program compilation.
  330. * Child arguments support for container widgets.
  331. * Far better support for object arguments, revamp of the underlying
  332.   mechanism for speed and reusability. Child/object arguments don't
  333.   need to be preceeded by the "GtkType::" portion anymore.
  334. * Removed GtkAcceleratorTable in favour of GtkAccelGroup, accelerator display
  335.   is now performed by a new widget GtkAccelLabel.
  336. * Overhaul of the resizing code. Resizing behaviour can now be specified
  337.   on GtkContainer basis, so the underlying algorithm isn't only available
  338.   for GtkWindows.
  339. * GtkTables are now fully resizable.
  340. * The GtkType system now supports an additional base class initialization
  341.   function.
  342. * GtkStyles and key bindings can now be looked up depending on the base
  343.   types of a widget, through a new keyword `class' in rc files.
  344. * GtkButton derives from GtkBin (finally).  
  345. * More descriptive error messages on rc parsing.  
  346. * Runtime information is available to query enum/flag definition values.
  347. * Upgrade to libtool-1.2
  348. * Legions of bug fixes, memory leaks, segfaults, of-by-something errors...
  349.   including those that already went into the 1.0.x branch.
  350. * A big bunch of features and cosmetic fixups that just got lost in
  351.   the masses of changes.
  352.